home *** CD-ROM | disk | FTP | other *** search
/ The National Palace Museum Experience / The National Palace Museum Experience.iso / Programs / Opening.dxr / 00037.ls < prev    next >
Encoding:
Text File  |  1998-11-19  |  503 b   |  22 lines

  1. on exitFrame
  2.   set mousepos to point(the mouseH, the mouseV)
  3.   if not inside(mousepos, rect(0, 0, 420, 78)) then
  4.     puppetSprite(64, 0)
  5.     go("wait")
  6.   end if
  7.   if rollOver(6) then
  8.     set the member of sprite 10 to member "Screen1"
  9.   else
  10.     if rollOver(7) then
  11.       set the member of sprite 10 to member "Screen2"
  12.     else
  13.       if rollOver(8) then
  14.         set the member of sprite 10 to member "Screen3"
  15.       else
  16.         puppetSprite(10, 0)
  17.       end if
  18.     end if
  19.   end if
  20.   go(the frame)
  21. end
  22.